home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Foxpro 2.6 {Windows} / EXAMPLE6.PR_ / EXAMPLE6.bin
Text File  |  1994-03-10  |  183b  |  8 lines

  1. select oletable
  2. locate for oletype = "MSWord"
  3. @ 0,0 say object verb 0
  4. ichan = DDEInitiate("WinWord","System")
  5. =DDEExecute(ichan,"[FilePrint][FileClose]")
  6. =DDETerminate(ichan)
  7.  
  8.